home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.mactech.com 2010
/
ftp.mactech.com.tar
/
ftp.mactech.com
/
machack
/
Hacks95
/
MagicTitleHack.sit
/
MagicTitle
/
MagicTitle Source&Stuff
/
Source
/
FileSystemStuff.h
< prev
next >
Wrap
Text File
|
1995-06-22
|
248b
|
11 lines
// FileSystemStuff.h
#ifndef __FILESYSTEMSTUFF__
#define __FILESYSTEMSTUFF__
#include <Files.h>
OSErr GetParent(const FSSpec *item, FSSpec *parent);
OSErr MyFSMakeFSSpec(short volume, long directory, ConstStr255Param name, FSSpec *spec);
#endif